Math Helper

image193.gif

Math allows to operate on 2 input values and present the final result on its output port. Various mathematical operators can be easily chosen from the drop down list.

Operator Inputs  

ON - (Bool) This input data stream determines whether the operator is considered 'on' or 'off.' You can connect other operators to this input channel such as a Bool Helper to activate/deactivate the whole operator.

Time
- (Time) This input data stream is used to define the local time for the operator when the user wants to override the default system time.

1: Value
- This input data stream reads in the first number value you want to use for the math operation.

2: Value - This input data stream reads in the second number value you want to use for the math operation.

Operator Outputs  

Value - This output data stream sends out the result of the selected math operation.

 

Rollout Menu

image189.gif

Input (first) - defines the data type that will be fed into this port it can either be:

  1. Float

  2. Integer

  3. Vector

  4. Matrix

Input (second) - an optional second value may be used as an parameter for the mathematical calculations.

  1. None

  2. Float

  3. Integer

  4. Vector

  5. Matrix

Function - select any of the available functions to apply the mathematical operation based on one or two input values. The math functions are context sensitive and they do change based on the input types.

Note:
It is beyond the scope of a software manual to introduce someone into the field of vector math or algebra. Check available online resources to brush up on those topics.

Input 1: Float or Integer; Input 2: None

image192.gif

 

Input 1: Vector ; Input 2: None

image195.gif

 

Input 1: Matrix ; Input 2: None

image196.gif

 

Input 1: Integer or Float ; Input 2: Integer or Float

image194.gif

 

Input 1: Vector ; Input 2: Float

image197.gif

 

Input 1: Vector ; Input 2: Vector

image198.gif

 

Input 1: Vector ; Input 2: Matrix

image199.gif

 

Input 1: Matrix; Input 2: Matrix

image200.gif